NumericFunctions.Floor function

Returns the next lowest whole number

Format

ANSI-SQL Format:

FLOOR( Expr )

ODBC Format:

{{ FN FLOOR( Expr ) }}

Remarks

Returns the largest integer that is less than or equal to Expr. Expr can be any numeric expression .

Example:

FLOOR( 12.3 )

{FN FLOOR( Value )}


Disclaimer

ClearSCADA 2017 R2